注销音频播放事件监听函数。
onPlay 传入的监听函数。不传此参数则移除所有监听函数。
const listener = function (res) { console.log(res) } InnerAudioContext.onPlay(listener) InnerAudioContext.offPlay(listener) // 需传入与监听时同一个的函数对象
上一页 « InnerAudioContext.offPause 下一页 InnerAudioContext.offSeeked »